home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Interface / md.000 / scripts / DefineButton2_78 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  188b  |  11 lines

  1. on(release){
  2.    if(_root.conectado == 1)
  3.    {
  4.       _level6.browser("http://www.lojadigerati.com.br",2,"loja digerati");
  5.    }
  6.    else
  7.    {
  8.       _level6.chama_discador();
  9.    }
  10. }
  11.